From: Peng Donglin Date: Sat, 22 Jun 2019 04:23:41 +0000 (+0800) Subject: doc: Fix typo in file interrupt-framework-design.rst X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=36a5acfd1dac5c47210c615fa45539320f8238d5;p=project%2Fbcm63xx%2Fatf.git doc: Fix typo in file interrupt-framework-design.rst Signed-off-by: Peng Donglin Change-Id: I459e7d056735222f6f34e275dbdaf9a389d193fc --- diff --git a/docs/design/interrupt-framework-design.rst b/docs/design/interrupt-framework-design.rst index f68cf219..4a864f9c 100644 --- a/docs/design/interrupt-framework-design.rst +++ b/docs/design/interrupt-framework-design.rst @@ -381,8 +381,8 @@ in the ``cpu_context`` is used by the ``el3_exit()`` function to program the uint32_t value); ``cm_get_scr_el3()`` returns the value of the ``SCR_EL3`` register for the specified -security state of the current CPU. ``cm_write_scr_el3()`` writes a ``0`` or ``1`` to -the bit specified by ``bit_pos``. ``register_interrupt_type_handler()`` invokes +security state of the current CPU. ``cm_write_scr_el3_bit()`` writes a ``0`` or ``1`` +to the bit specified by ``bit_pos``. ``register_interrupt_type_handler()`` invokes ``set_routing_model()`` API which programs the ``SCR_EL3`` according to the routing model using the ``cm_get_scr_el3()`` and ``cm_write_scr_el3_bit()`` APIs.